func net.newUDPConn

6 uses

	net (current package)
		file_posix.go#L68: 		return newUDPConn(fd), nil
		file_posix.go#L100: 		return newUDPConn(fd), nil
		udpsock.go#L278: func newUDPConn(fd *netFD) *UDPConn { return &UDPConn{conn{fd}} }
		udpsock_posix.go#L224: 	return newUDPConn(fd), nil
		udpsock_posix.go#L238: 	return newUDPConn(fd), nil
		udpsock_posix.go#L252: 	c := newUDPConn(fd)